|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmisc.RangeInt
public class RangeInt
This is a tuple class which is used to pass on an integer range.
| Constructor Summary | |
|---|---|
RangeInt(int lowerbound,
int upperbound)
Specifies a discrete range. |
|
| Method Summary | |
|---|---|
int |
getLowerbound()
Returns the lowerbound of the range. |
int |
getUpperbound()
Returns the upperbound of the range. |
void |
setLowerbound(int lowerbound)
Set the upperbound of the range. |
void |
setUpperbound(int upperbound)
Set the upperbound of the range. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RangeInt(int lowerbound,
int upperbound)
lowerbound - of the range.upperbound - of the range.| Method Detail |
|---|
public int getLowerbound()
public int getUpperbound()
public void setUpperbound(int upperbound)
upperbound - of the range.public void setLowerbound(int lowerbound)
lowerbound - of the range.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||